diff options
Diffstat (limited to 'src/pages/stats/[slug].tsx')
| -rw-r--r-- | src/pages/stats/[slug].tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx index f70fd69..82d2757 100644 --- a/src/pages/stats/[slug].tsx +++ b/src/pages/stats/[slug].tsx @@ -7,7 +7,6 @@ import Footer from "@/components/Footer/Footer"; import ChannelCard from "@/components/ChannelCard/ChannelCard" import Head from "next/head"; import TitleBar from "../../components/TitleBar/TitleBar"; -import Countdown from "@/components/Countdown"; interface ChannelDataProp { channel_id: string; |
